home *** CD-ROM | disk | FTP | other *** search
- On 08-Oct-97, Matt Ward wrote:
- >Hi everyone, still there?
-
- We're all still here, are you there....?
-
- >In Amospro how do you enter arguments for something you want to
- >execute?
- >ie
- >CLI: viewtek df0:mypicture.iff
- >AMP: Exec "viewtek" ?????????
- >I`ve tried Commandline$, adding text in the quotes, reading the manual
- >(no help!). Any ideas??
-
- Maybe try this out....
-
- A$="df0:c/viewtek"
- b$="df0:pics/mypic"
-
- Exec A$+Chr$(32)+B$+Chr$(10)+Chr$(0)
-
- You may not need Chr$(10), but Chr$(0) should maybe be there at the
- end to NULL terminate the file. Try it different ways.
-
- Chr$(32) simply = " " a space. Hope this helps ;)
-
- --
- ___________________________________ ________________________________
- | _ _ | |
- | (-)/\//_)\/ AGAS Productions | #cONTACT mE fOR mORE iNFO# |
- | Gibson_/ 9T7 | #oN aREA51 rELEASES aLSO!# |
- | | |
- | andy@agasinc.demon.co.uk | cOMING sOON'ish |
- | | *Roswell Gfx Adv* |
- | -=<(aka SKiDZ/A51)>=- | 9T7 |
- |___________________________________|________________________________|
-
-
-